home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Applications
/
Python 1.3.3
/
Python 133 SRC
/
Mac
/
Modules
/
qd
/
qdedit.py
< prev
next >
Wrap
Text File
|
1995-01-30
|
506b
|
30 lines
f = Function(void, 'GlobalToLocal',
(Point, 'thePoint', InOutMode),
)
functions.append(f)
f = Function(void, 'LocalToGlobal',
(Point, 'thePoint', InOutMode),
)
functions.append(f)
f = Function(void, 'SetPort',
(WindowPtr, 'thePort', InMode),
)
functions.append(f)
f = Function(void, 'ClipRect',
(Rect, 'r', InMode),
)
functions.append(f)
f = Function(void, 'EraseRect',
(Rect, 'r', InMode),
)
functions.append(f)
f = Function(void, 'OpenDeskAcc',
(Str255, 'name', InMode),
)
functions.append(f)